home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / SYS / s / Man.rexx < prev    next >
OS/2 REXX Batch file  |  1996-09-26  |  204b  |  12 lines

  1. /* bring up library help on a function */
  2.    
  3. options results
  4.  
  5. address SKOED1
  6. "Get_Var(CurrWord)"
  7. word = result
  8. options
  9.  
  10. address 'COMMAND'
  11. 'run >nil: amigaguide sc:help/sc_lib.guide doc ' || word || '()'
  12.